3.2.37 \(\int (3+4 x+x^2)^p \, dx\) [137]

Optimal. Leaf size=54 \[ -\frac {2^{1+2 p} (-2-2 x)^{-1-p} \left (3+4 x+x^2\right )^{1+p} \, _2F_1\left (-p,1+p;2+p;\frac {3+x}{2}\right )}{1+p} \]

[Out]

-2^(1+2*p)*(-2-2*x)^(-1-p)*(x^2+4*x+3)^(1+p)*hypergeom([-p, 1+p],[2+p],3/2+1/2*x)/(1+p)

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 54, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 10, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.100, Rules used = {638} \begin {gather*} -\frac {2^{2 p+1} (-2 x-2)^{-p-1} \left (x^2+4 x+3\right )^{p+1} \, _2F_1\left (-p,p+1;p+2;\frac {x+3}{2}\right )}{p+1} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(3 + 4*x + x^2)^p,x]

[Out]

-((2^(1 + 2*p)*(-2 - 2*x)^(-1 - p)*(3 + 4*x + x^2)^(1 + p)*Hypergeometric2F1[-p, 1 + p, 2 + p, (3 + x)/2])/(1
+ p))

Rule 638

Int[((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> With[{q = Rt[b^2 - 4*a*c, 2]}, Simp[(-(a + b*x + c*
x^2)^(p + 1)/(q*(p + 1)*((q - b - 2*c*x)/(2*q))^(p + 1)))*Hypergeometric2F1[-p, p + 1, p + 2, (b + q + 2*c*x)/
(2*q)], x]] /; FreeQ[{a, b, c, p}, x] && NeQ[b^2 - 4*a*c, 0] &&  !IntegerQ[4*p]

Rubi steps

\begin {align*} \int \left (3+4 x+x^2\right )^p \, dx &=-\frac {2^{1+2 p} (-2-2 x)^{-1-p} \left (3+4 x+x^2\right )^{1+p} \, _2F_1\left (-p,1+p;2+p;\frac {3+x}{2}\right )}{1+p}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.06, size = 48, normalized size = 0.89 \begin {gather*} \frac {2^p (1+x) (3+x)^{-p} \left (3+4 x+x^2\right )^p \, _2F_1\left (-p,1+p;2+p;\frac {1}{2} (-1-x)\right )}{1+p} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(3 + 4*x + x^2)^p,x]

[Out]

(2^p*(1 + x)*(3 + 4*x + x^2)^p*Hypergeometric2F1[-p, 1 + p, 2 + p, (-1 - x)/2])/((1 + p)*(3 + x)^p)

________________________________________________________________________________________

Maple [F]
time = 0.13, size = 0, normalized size = 0.00 \[\int \left (x^{2}+4 x +3\right )^{p}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((x^2+4*x+3)^p,x)

[Out]

int((x^2+4*x+3)^p,x)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((x^2+4*x+3)^p,x, algorithm="maxima")

[Out]

integrate((x^2 + 4*x + 3)^p, x)

________________________________________________________________________________________

Fricas [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((x^2+4*x+3)^p,x, algorithm="fricas")

[Out]

integral((x^2 + 4*x + 3)^p, x)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \left (x^{2} + 4 x + 3\right )^{p}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((x**2+4*x+3)**p,x)

[Out]

Integral((x**2 + 4*x + 3)**p, x)

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((x^2+4*x+3)^p,x, algorithm="giac")

[Out]

integrate((x^2 + 4*x + 3)^p, x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.02 \begin {gather*} \int {\left (x^2+4\,x+3\right )}^p \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((4*x + x^2 + 3)^p,x)

[Out]

int((4*x + x^2 + 3)^p, x)

________________________________________________________________________________________